home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / firehydr.sit / Hydraulics Demo / background_2629.txt < prev    next >
Text File  |  1989-09-03  |  1KB  |  53 lines

  1. -- background: 2629 from stack: in
  2. -- bmap block id: 5771
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Intro
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=206 top=140 right=162 bottom=306
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: EfftBtn
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if Machine() is "MacII" then
  23.     set cursor to none
  24.     visual effect dissolve very slowly
  25.     wait 2 sec
  26.     go to next cd
  27.     visual effect dissolve very slowly
  28.     wait 2 sec
  29.     go to next cd
  30.     visual effect dissolve very slowly
  31.     wait 2 sec
  32.     go to next cd
  33.     wait 6 sec
  34.     visual effect dissolve
  35.     go to next cd
  36.     set cursor to hand
  37.   else
  38.     set cursor to none
  39.     visual effect dissolve very slowly
  40.     go to next cd
  41.     visual effect dissolve very slowly
  42.     go to next cd
  43.     visual effect dissolve very slowly
  44.     go to next cd
  45.     wait 6 sec
  46.     visual effect dissolve
  47.     go to next cd
  48.     set cursor to hand
  49.   end if
  50. end mouseUp
  51.  
  52.  
  53.